home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 120 / gfa / read.me < prev    next >
Encoding:
Text File  |  1987-04-17  |  4.8 KB  |  121 lines

  1. BRIDGEIT.BAS
  2.  
  3.     FOR THOSE WHO REQUESTED THE SORCE FOR BRIDGE-IT, HERE IT IS! I HAD TO CLEAN
  4.     IT UP SOMEWHAT SO USERS MIGHT BE ABLE TO TELL WHAT IS WHAT. I HOPE YOU CAN
  5.     BENEFIT FROM THE SOURCE FILE OF THIS GAME, BUT DON'T COUNT ON IT! MY BASIC
  6.     KILLS ARE LIMITED BUT AT LEAST IT WORKS. ALSO THERE IS A DEBUGGED VERSION
  7.     INCLUDED IN THIS ARCHIVE FILE. THE FIRST VERSION DIDN'T UPDATE THE ARRAY'S
  8.     THAT KEEP TRACK OF THE PREVIOUS GAME, SO INSTEAD OF A MIN OF 5 BRIDGES TO
  9.     WIN THE GAME, IT WAS POSSIBLE OF WINNING WITH ONLY ONE.(NO I DIDN'T MAKE IT
  10.     THAT WAY JUST FOR ME, BUT ITS A THOUGHT?) This is the source code to the
  11.     Bridge-it game on this month's games disk.
  12.  
  13.  
  14. EDSPRITE.BAS
  15.  
  16.     This is a repaired version of EDSPRITE.GFA which was uploaded earlier and 
  17.     contained some bugs. This is a sprite and mouse shape editor that functions
  18.     in all resolutions, and provides a built-in tutor for making your GFA Basic
  19.     programs work in monochrome and color. Allows you to save shapes as .LST
  20.     files for use in .GFA programs, or as .SHP files for use by programs 
  21.     compiled in any language.  This is the source code of the very well done 
  22.     sprite editor found on this month's application disk.
  23.  
  24.  
  25. GFABASRO.PRG
  26.  
  27.     This is the runtime GFA program which will allow you to run all of these
  28.     programs with GFA Basic.  Check them out.  Quite a few good programs.
  29.  
  30.  
  31. GFACUBE.BAS
  32.  
  33.     This program was originally written in C, then Pascal, and now in GFA-BASIC!
  34.     The program displays a rotating cube on the screen in any resolution.
  35.     The original version used screen 'flipping' to keep the flickering to a
  36.     minimum, but I will do this ASAP. In the meantime, ENJOY! Even using the
  37.     interpreter, this demo is doing alot of work without any problem...
  38.  
  39.  
  40. GFAMICE.BAS
  41.  
  42.     Since many non-programmer types aren't aware of them, I decided to write
  43.     a program in GFA-BASIC that would display the eight internally-defined
  44.     mouse shapes on the screen, depending on where the mouse is pointing.
  45.     My first version of this showed my that repeated calls to DEFMOUSE had to
  46.     be spaced out, due to OS problems... But, this works on ALL resolutions.
  47.     ENJOY.  Terry White
  48.  
  49.  
  50. GFA_FX.BAS
  51. GFA_FX.DOC
  52. GFA_FX_1.PRG
  53. GFA_FX_2.PRG
  54. GFA_FX_M.PRG
  55.  
  56.     GFA Basic F/X demonstrates some of the many features of G.F.A. Basic.
  57.     The program shows how to use the EXEC Command, Default Windows, Sprites,
  58.     Ect.
  59.     It will run on Color or Monochrome Systems  This is a very good demonstation
  60.     program to show you what you can do with GFA Basic.
  61.  
  62.  
  63. MATHGRAF.BAS
  64.  
  65.     This is a conversion from the Amiga of Math Graphics.  It only runs in
  66.     Low Resolution which is only supposed to have 4 colors.  But this sure
  67.     puts more then 4 colors on the screen.  Its very impressive!!!
  68.  
  69.  
  70. PLOTFIT.BAS
  71.  
  72.     This is a graph plotting program,  It is written in GFA BASIC in Germany
  73.     The program is all English but the docs are in German.  So until some kind
  74.     sole will translate the docs its going to be experiment and have fun. 
  75.     mono or color.  This is the source code for the plotting program.  To run 
  76.     this program, you will need the support files found on this month's
  77.     application disk.
  78.  
  79.  
  80. ROLF.BAS
  81.  
  82.     A neat little DEMO by Rolf Hilchner from GFA.  Draws a small graphics 
  83.     block and then pops it all over the screen.  designed for color monitor
  84.  
  85.  
  86. SOLATERM.BAS
  87.  
  88.     Keywords: SOLATERM GFA BASIC TERMINAL MODEM
  89.     
  90.     Solaterm is a complete terminal program written in GFA BASIC. It features a
  91.     very nice autodialer.  Most commands can be accessed with the HELP key, or
  92.     through alternate key sequences.  The DOC file is a little old, but it 
  93.     should get you started.  This is the source code.  The program and 
  94.     documentation can be found on this month's communications disk.
  95.  
  96.  
  97. TEXTRICK.BAS
  98.  
  99.     As you know you can display text in Color using the TEXT Command,
  100.     and you can Set Text Color using the DEFTEXT Command. However,try
  101.     displaying Text in Color with the PRINT Command. All you will get
  102.     is black text. This demo shows, not only how to PRINT Text in 
  103.     Color,but also how to PRINT Text in Inverse Mode, and Print Text
  104.     with different Color backgrounds. It's quick, and easy and it 
  105.     works!
  106.  
  107.  
  108. TIDBITS.DOC
  109.  
  110.     This file describes how to use a few Gemdos, Bios, and Xbios functions
  111.     that are not implemented in GFA. These are usefull Commands and can
  112.     easily be used.
  113.  
  114.  
  115. TRIGRAFS.BAS
  116.  
  117.     THIS SHORT ROUTINE WAS ORIGINALY PUBLISHED IN YOUR ST MANUAL.  WHAT I HAVE
  118.     DONE IS CONVERT IT TO GFA BASIC AND ADDED SOME ROUTINES TO HELP YOU SEE
  119.     WHAT AN EASY AND POWERFULL LANGUAGE GFA BASIC IS.  This program plots the
  120.     trig functions and shows how they look.
  121.